ClosestRouteValue

class ClosestRouteValue

The nearest route to a touch point on the Map.

Parameters

navigationRoute

the route found

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

navigationRoute
Link copied to clipboard
val navigationRoute: NavigationRoute
the route found
route
Link copied to clipboard
val route: DirectionsRoute
The route found.